home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / timestmp.zip / FCLBTIME.CMD next >
OS/2 REXX Batch file  |  1990-01-15  |  459b  |  9 lines

  1. @echo off
  2. REM  This batch file compiles, links, and binds the timestmp program using
  3. REM  Microsoft Fortran.  This batch file must be invoked under OS/2, but the
  4. REM  result will work under DOS, under OS/2 real mode (the DOS box), or under
  5. REM  OS/2 protected mode (in full-screen, not windowed, prompt).  The options
  6. REM  include floating-point emulation, so a math coprocessor is NOT required.
  7. REM
  8. fl /FPi /Lp /AM /4Nfa /Fs /Fm /Zl /Fb timestmp.for
  9.